home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / mozilla-firefox / include / xpinstall / nsSoftwareUpdateIIDs.h < prev    next >
C/C++ Source or Header  |  2006-05-08  |  4KB  |  86 lines

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  3.  *
  4.  * The contents of this file are subject to the Mozilla Public License Version
  5.  * 1.1 (the "License"); you may not use this file except in compliance with
  6.  * the License. You may obtain a copy of the License at
  7.  * http://www.mozilla.org/MPL/
  8.  *
  9.  * Software distributed under the License is distributed on an "AS IS" basis,
  10.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11.  * for the specific language governing rights and limitations under the
  12.  * License.
  13.  *
  14.  * The Original Code is Mozilla Communicator client code, released
  15.  * March 31, 1998.
  16.  *
  17.  * The Initial Developer of the Original Code is
  18.  * Netscape Communications Corporation.
  19.  * Portions created by the Initial Developer are Copyright (C) 1998
  20.  * the Initial Developer. All Rights Reserved.
  21.  *
  22.  * Contributor(s):
  23.  *   Daniel Veditz <dveditz@netscape.com>
  24.  *   Douglas Turner <dougt@netscape.com>
  25.  *
  26.  * Alternatively, the contents of this file may be used under the terms of
  27.  * either of the GNU General Public License Version 2 or later (the "GPL"),
  28.  * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  29.  * in which case the provisions of the GPL or the LGPL are applicable instead
  30.  * of those above. If you wish to allow use of your version of this file only
  31.  * under the terms of either the GPL or the LGPL, and not to allow others to
  32.  * use your version of this file under the terms of the MPL, indicate your
  33.  * decision by deleting the provisions above and replace them with the notice
  34.  * and other provisions required by the GPL or the LGPL. If you do not delete
  35.  * the provisions above, a recipient may use your version of this file under
  36.  * the terms of any one of the MPL, the GPL or the LGPL.
  37.  *
  38.  * ***** END LICENSE BLOCK ***** */
  39.  
  40. #ifndef nsSoftwareUpdateIIDs_h___
  41. #define nsSoftwareUpdateIIDs_h___
  42.  
  43. #define NS_SoftwareUpdate_CID                        \
  44. { /* 18c2f989-b09f-11d2-bcde-00805f0e1353 */         \
  45.     0x18c2f989,                                      \
  46.     0xb09f,                                          \
  47.     0x11d2,                                          \
  48.     {0xbc, 0xde, 0x00, 0x80, 0x5f, 0x0e, 0x13, 0x53} \
  49. }
  50.  
  51. #define NS_SoftwareUpdateInstall_CID                 \
  52. { /* 18c2f98b-b09f-11d2-bcde-00805f0e1353 */         \
  53.     0x18c2f98b,                                      \
  54.     0xb09f,                                          \
  55.     0x11d2,                                          \
  56.     {0xbc, 0xde, 0x00, 0x80, 0x5f, 0x0e, 0x13, 0x53} \
  57. }
  58.  
  59. #define NS_SoftwareUpdateInstallTrigger_CID          \
  60. { /* 18c2f98d-b09f-11d2-bcde-00805f0e1353 */         \
  61.     0x18c2f98d,                                      \
  62.     0xb09f,                                          \
  63.     0x11d2,                                          \
  64.     {0xbc, 0xde, 0x00, 0x80, 0x5f, 0x0e, 0x13, 0x53} \
  65. }
  66.  
  67. #define NS_SoftwareUpdateInstallVersion_CID          \
  68. { /* 18c2f98f-b09f-11d2-bcde-00805f0e1353 */         \
  69.     0x18c2f98f,                                      \
  70.     0xb09f,                                          \
  71.     0x11d2,                                          \
  72.     {0xbc, 0xde, 0x00, 0x80, 0x5f, 0x0e, 0x13, 0x53} \
  73. }
  74.  
  75. #define NS_XPInstallManager_CID                      \
  76. { /* {6a4d4c1e-a74a-4320-8124-16233a0183d6} */       \
  77.     0x6a4d4c1e,                                      \
  78.     0xa74a,                                          \
  79.     0x4320,                                          \
  80.     { 0x81, 0x24, 0x16, 0x23, 0x3a, 0x1, 0x83, 0xd6} \
  81. }
  82.  
  83.  
  84. #endif /* nsSoftwareUpdateIIDs_h___ */
  85.  
  86.